php forum
php mysql forum
php mysql smarty
 
Page 2 of 7 < 1 2 3 4 5 6 7 >
Topic Options
#313736 - 03/29/07 03:04 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
With me changing domain names recently,
i only have a search result from google of 200

so i was just going through the 5 pages or so,
to see what was being spidered and there they were,
at about 100 ish results in smile

I guess there were about 6 diffrent ones that were listed.
Its a very popular add-on on my site the members love it.

Top
#313737 - 03/29/07 04:12 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Mark_S]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I'm glad to hear it's popular! Video blogging/posting is really something that I expect to see more of in the months and years to come, can't wait to see how things develop smile
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313738 - 03/29/07 04:48 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
My members like it - but they are a bit thick at times LOL and forget to use the features....

Maybe it is because they often use the quick reply box, so do not see these features, and indeed smilies within or near that box.

Not sure of the reason - but I used to see it used, but not any more frown
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#313743 - 03/29/07 06:06 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Updated initial page, added -_ for all video tags (since it's becoming more and more popular, figured why the hell not), also added break.com.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313995 - 04/28/07 10:06 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I removed the Spoiler Tags code as I work on it on the other thread; and I added a PhotoBucket Video embed code.

If I can find a flash embedder that I'm happy with, I'll add that as well, so stay tuned.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313996 - 04/29/07 03:40 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
Originally Posted By: Gizmo
Add After (choose any you wish, this is my added block from my site):


I would put things at a different spot.

You need to modify the lines a bit, but imho it should be in the "if( $type != "sig" ) {" construction just below the place you put it in now.

Because all these flash thingy includes don't belong in a signature. Just add "$regexes[] = " and replace the , at the end with a ; and it should work, I think smile
_________________________

Top
#313997 - 04/29/07 05:57 AM Re: [7.x] Gizmo's Embedding BBCode [Re: blaaskaak]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
'eh woudln't be too hard I guess :shrug: some people may want spoilers in their sig? :shrug: you could put them in either place, would take just a couple extra lines to drop them in the no sig area
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314050 - 05/08/07 09:18 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
For my new friend Outdoorking, a Skype BBCode:
Code:
array( "#\[skype\]([a-zA-Z0-9-_]+)\[/skype\]#i", '<a href="skype:\1?call"><img src="http://mystatus.skype.com/bigclassic/\1" style="border: none;" width="182" height="44" alt="My status" /></a>' ),
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314194 - 05/24/07 03:19 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
At our forum we use youtube and google video.

But especially with youtube, lots of people just type in the whole url instead of just the code.

But it shouldn't be too difficult to accept a whole URL also isn't it?

My lame attempt was:

Code:
			array( "#\[youtube\]http://www.youtube.com/watch?v=([a-zA-Z0-9-_]+)\[/youtube\]#i", '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>' ),			


But regexxes is pretty new for me, so I don't know what characters I can or can't use.
_________________________

Top
#314201 - 05/25/07 12:44 AM Re: [7.x] Gizmo's Embedding BBCode [Re: blaaskaak]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I donno why that wouldn't work offhand, it looks sane enough; don't really have the time atm to test it, but i'll give it a shot later on.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314312 - 06/04/07 05:04 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
nice
_________________________

Top
#314378 - 06/11/07 01:31 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
ehm Offline
Journeyman

Registered: 10/23/02
Posts: 112
Great product. Work's perfect on my forum smile
thank you Gizmo smile

Top
#314657 - 07/09/07 07:37 PM Re: [7.x] Gizmo's Embedding BBCode [Re: ehm]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
7.2X

Works fine for me smile

Qwerk?
7.1x video's would appear in the centre in a post.
7.2x Video's now appear on the left?

Anyone else or have i broke it again lol

Top
#314658 - 07/09/07 07:50 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Mark_S]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Gizmo

I have an extra bit of code that isnt mentioned in your first post?
In FF if i remove this code, and click preview it show it as
tags and tube code only?

Php Code:
array( "#\[youtube\](.+?)\[/youtube\]#i", '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>' ),



 

Its then i would paste the rest of your code in post 1 of this thread.
Of course i dont understand any of it just feed back wink

Top
#314659 - 07/09/07 08:18 PM Re: [7.x] Gizmo's Embedding BBCode [Re: Mark_S]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
Code:
array( "#\[pbucket\]([a-zA-Z0-9-_.:/]+)\[/pbucket\]#i", '<center><embed width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" src="http://vid68.photobucket.com/player.swf?file=\\1"></embed></center>' ),


remove second \ after file=\, then it works
_________________________

Top
#314660 - 07/09/07 08:37 PM Re: [7.x] Gizmo's Embedding BBCode [Re: sirdude]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Mark, the reason they're not centered is because the youtube tag you're using isn't from my posting, it's from the other youtube tag posting in another thread. This should effect both of your posts.


_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314661 - 07/10/07 04:31 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Yep all working now wink
used ALL of the code from the first post wink

Part of my problem was a video i was testing?

OTl8ySlr4Qw&eurl

Ive no idea where the &eurl came from as in i dont know.
So that was causing me problems as it was the correct format.

With &eurl removed the extra and positioning now all works.
Centred and previewing fine wink


OTl8ySlr4Qw

I'm now using all the codes posted in the first post wink
Thanks for the reply's.

Top
#314664 - 07/10/07 04:55 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Mark_S]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
lol, not a problem wink... figured you'd have asked me on AIM about this vs having me stumble in half drunk
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314665 - 07/10/07 10:11 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
On me laptop with out msn settings frown
There's always next time lol

Top
#314690 - 07/12/07 02:42 AM Re: [7.x] Gizmo's Embedding BBCode [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Code updated to remove the additional \ in the pbucket tag which wasn't working for some users.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
Page 2 of 7 < 1 2 3 4 5 6 7 >



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks